DC.toggleAttribute(stringAttributeNameOrKeyValueMap, boolValue) Shorthand: DC.toggleAttr(stringAttributeNameOrKeyValueMap, boolValue) Description: Toggles the specified attributes on DC.wrapper. Returns: DC Object. Note: The toggleAttribute() function only supports attributes that reference boolean values. Example: DC.toggleAttribute("hidden");